home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xless / xless141.z / xless141 / xless-1.4.1 / Imakefile < prev    next >
Makefile  |  1993-02-17  |  832b  |  28 lines

  1. /*
  2.  *  Possible additions to DEFINES (with their hardcoded defaults)
  3.  *
  4.  *    -DDEFEDITOR=\"/usr/ucb/vi\"    - path to default editor
  5.  *    -DPRINTCMD=\"/usr/ucb/lpr\"    - path to send file to printer
  6.  *    -DTILDE_EXPANSION        - perform ~ expansion on filenames
  7.  */
  8.       DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION
  9.  
  10.       DEPLIBS = XawClientDepLibs
  11. SYS_LIBRARIES = XawClientLibs
  12.  
  13.          SRCS = help.c init.c popup.c util.c callbacks.c window.c main.c \
  14.         actions.c functions.c
  15.          OBJS = help.o init.o popup.o util.o callbacks.o window.o main.o \
  16.         actions.o functions.o
  17.  
  18. ComplexProgramTarget(xless)
  19.  
  20. InstallNonExec(xless.help, $(LIBDIR))
  21. InstallAppDefaults(XLess)
  22. #if ProjectX >= 5
  23. /*
  24.  * Only users of X11R5 (and beyond) can automatically use the color defaults
  25.  */
  26. InstallAppDefaultsLong(XLess-co,XLess-color)
  27. #endif
  28.